Skip to content

HTML components - dispatcher + button/buttongroup#127

Open
davecoates wants to merge 17 commits into
mainfrom
codex/ui-dispatcher-html-components
Open

HTML components - dispatcher + button/buttongroup#127
davecoates wants to merge 17 commits into
mainfrom
codex/ui-dispatcher-html-components

Conversation

@davecoates
Copy link
Copy Markdown
Contributor

Initial implementation for #123

Goal here is to establish patterns for writing components with initial implementations for Button and ButtonGroup

  • Base classes for common behaviour, style loading, js loading
  • Test cases to verify output of HTML only components against React based components
  • Registration of components

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

❌ Patch coverage is 92.47967% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.26%. Comparing base (9bca59f) to head (8084111).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...latetags/alliance_platform/html_components/base.py 87.57% 20 Missing ⚠️
...gs/alliance_platform/html_components/dispatcher.py 93.02% 9 Missing ⚠️
...ance_platform/html_components/components/button.py 91.93% 5 Missing ⚠️
...latform/html_components/components/button_group.py 98.07% 1 Missing ⚠️
...tags/alliance_platform/html_components/registry.py 96.77% 1 Missing ⚠️
...atetags/alliance_platform/html_components/slots.py 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   82.60%   83.26%   +0.65%     
==========================================
  Files          95      105      +10     
  Lines        6898     7390     +492     
==========================================
+ Hits         5698     6153     +455     
- Misses       1200     1237      +37     
Flag Coverage Δ
ap-audit 78.46% <ø> (ø)
ap-codegen 79.69% <ø> (ø)
ap-core 68.38% <ø> (ø)
ap-frontend 81.77% <ø> (ø)
ap-ordered-model 94.46% <ø> (ø)
ap-pdf 81.69% <ø> (ø)
ap-server-choices 89.11% <ø> (ø)
ap-storage 91.03% <ø> (ø)
ap-ui 84.81% <92.47%> (+6.95%) ⬆️
django42 82.89% <92.47%> (+0.68%) ⬆️
django52 83.26% <92.47%> (+0.65%) ⬆️
py3.11 83.26% <92.47%> (+0.65%) ⬆️
py3.12 83.26% <92.47%> (+0.65%) ⬆️
py3.13 83.26% <92.47%> (+0.65%) ⬆️
py3.14 82.98% <92.47%> (+0.69%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@davecoates davecoates force-pushed the codex/ui-dispatcher-html-components branch from 1dc84cb to 8084111 Compare April 27, 2026 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant